home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
FM Towns: Free Software Collection 6
/
FM Towns Free Software Collection 6.iso
/
ms_dos
/
tapcuter
/
src.lzh
/
TAPCUTER.H
< prev
next >
Wrap
Text File
|
1992-10-27
|
575b
|
15 lines
/****************************************************************/
/* TAPCUTER マクロ定義インクルード */
/* 1992/10/27 By TETU */
/****************************************************************/
#define VER 10 /* バージョンNO. */
#define TAP_IDNT 3 /* ファイル識別子長 */
#define BUF_LENG 128 /* 読み込みバッファ長 */
#define OK 0 /* 正常終了 */
#define NG -1 /* 異常終了 */
#define ON 5
#define OFF 0
#define FILE_LEN 256
#define MSG_D_ID 0x0005
#define TITLE_D_ID 0x0000